ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Implementation Namespace / GenericCache<TKey,TValue,TCacheNodeFactory> Class / Purge Method
Identifier for the item to remove.

In This Topic
    Purge Method
    In This Topic
    Swaps the specified item out of the cache
    Syntax
    'Declaration
     
    Public Sub Purge( _
       ByVal k As TKey _
    ) 
    public void Purge( 
       TKey k
    )

    Parameters

    k
    Identifier for the item to remove.
    See Also